home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 January
/
macformat-020.iso
/
Shareware City
/
Developers
/
Commander Sets
/
4D Speech Pack
/
4D Speech Pack.rsrc
/
TEXT_31039_†SP Count open.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-14
|
498 b
|
18 lines
SP Count open -> count
count integer returns how many voices are currently opened
in your application and/or System Folder. When
no Speech Manager is available this function
returns zero.
Returns the number of voices currently opened with the Speech Pack external.
Example:
$count := SP Count open
If ($count = 0)
ALERT ("There are no voices opened.")
End if